home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Diversos / Coeli Stella 2000 / _SETUP.1 / Stella.exe / 0 / RCDATA / TDATETIMEFORM / TDATETIMEFORM.txt
Text File  |  1999-03-13  |  7KB  |  384 lines

  1. object DateTimeForm: TDateTimeForm
  2.   Left = 367
  3.   Top = 233
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Date and Time Entry'
  7.   ClientHeight = 279
  8.   ClientWidth = 338
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 125
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 9
  19.     Top = 9
  20.     Width = 321
  21.     Height = 264
  22.     TabOrder = 0
  23.     object DatePanel: TPanel
  24.       Left = 9
  25.       Top = 9
  26.       Width = 304
  27.       Height = 144
  28.       BevelOuter = bvLowered
  29.       TabOrder = 0
  30.       object YearBox: TEdit
  31.         Left = 152
  32.         Top = 104
  33.         Width = 49
  34.         Height = 28
  35.         Font.Color = clBlack
  36.         Font.Height = -19
  37.         Font.Name = 'MS Sans Serif'
  38.         Font.Style = []
  39.         MaxLength = 4
  40.         ParentFont = False
  41.         TabOrder = 0
  42.         Text = '1955'
  43.       end
  44.       object MonthBox: TComboBox
  45.         Left = 152
  46.         Top = 56
  47.         Width = 133
  48.         Height = 28
  49.         Style = csDropDownList
  50.         Font.Color = clBlack
  51.         Font.Height = -19
  52.         Font.Name = 'MS Sans Serif'
  53.         Font.Style = []
  54.         ItemHeight = 20
  55.         Items.Strings = (
  56.           'January'
  57.           'February'
  58.           'March'
  59.           'April'
  60.           'May'
  61.           'June'
  62.           'July'
  63.           'August'
  64.           'September'
  65.           'October'
  66.           'November'
  67.           'December')
  68.         ParentFont = False
  69.         TabOrder = 1
  70.       end
  71.       object Daybox: TComboBox
  72.         Left = 152
  73.         Top = 16
  74.         Width = 57
  75.         Height = 28
  76.         Style = csDropDownList
  77.         Font.Color = clBlack
  78.         Font.Height = -19
  79.         Font.Name = 'MS Sans Serif'
  80.         Font.Style = []
  81.         ItemHeight = 20
  82.         Items.Strings = (
  83.           '01'
  84.           '02'
  85.           '03'
  86.           '04'
  87.           '05'
  88.           '06'
  89.           '07'
  90.           '08'
  91.           '09'
  92.           '10'
  93.           '11'
  94.           '12'
  95.           '13'
  96.           '14'
  97.           '15'
  98.           '16'
  99.           '17'
  100.           '18'
  101.           '19'
  102.           '20'
  103.           '21'
  104.           '22'
  105.           '23'
  106.           '24'
  107.           '25'
  108.           '26'
  109.           '27'
  110.           '28'
  111.           '29'
  112.           '30'
  113.           '31')
  114.         ParentFont = False
  115.         TabOrder = 2
  116.       end
  117.       object YearLabel: TPanel
  118.         Left = 24
  119.         Top = 104
  120.         Width = 112
  121.         Height = 28
  122.         Alignment = taLeftJustify
  123.         BevelOuter = bvNone
  124.         Caption = 'Year:'
  125.         TabOrder = 3
  126.       end
  127.       object MonthLabel: TPanel
  128.         Left = 24
  129.         Top = 56
  130.         Width = 112
  131.         Height = 28
  132.         Alignment = taLeftJustify
  133.         BevelOuter = bvNone
  134.         Caption = 'Month:'
  135.         TabOrder = 4
  136.       end
  137.       object DayLabel: TPanel
  138.         Left = 24
  139.         Top = 16
  140.         Width = 112
  141.         Height = 28
  142.         Alignment = taLeftJustify
  143.         BevelOuter = bvNone
  144.         Caption = 'Day of month:'
  145.         TabOrder = 5
  146.       end
  147.     end
  148.     object TimePanel: TPanel
  149.       Left = 8
  150.       Top = 160
  151.       Width = 305
  152.       Height = 58
  153.       BevelOuter = bvLowered
  154.       TabOrder = 1
  155.       object Label3: TLabel
  156.         Left = 184
  157.         Top = 16
  158.         Width = 4
  159.         Height = 20
  160.         Caption = ':'
  161.         Font.Color = clBlack
  162.         Font.Height = -16
  163.         Font.Name = 'System'
  164.         Font.Style = [fsBold]
  165.         ParentFont = False
  166.       end
  167.       object Label1: TLabel
  168.         Left = 241
  169.         Top = 17
  170.         Width = 2
  171.         Height = 20
  172.         Caption = ':'
  173.         Font.Color = clBlack
  174.         Font.Height = -16
  175.         Font.Name = 'System'
  176.         Font.Style = [fsBold]
  177.         ParentFont = False
  178.       end
  179.       object HourBox: TComboBox
  180.         Left = 136
  181.         Top = 16
  182.         Width = 45
  183.         Height = 24
  184.         Style = csDropDownList
  185.         ItemHeight = 16
  186.         Items.Strings = (
  187.           '00'
  188.           '01'
  189.           '02'
  190.           '03'
  191.           '04'
  192.           '05'
  193.           '06'
  194.           '07'
  195.           '08'
  196.           '09'
  197.           '10'
  198.           '11'
  199.           '12'
  200.           '13'
  201.           '14'
  202.           '15'
  203.           '16'
  204.           '17'
  205.           '18'
  206.           '19'
  207.           '20'
  208.           '21'
  209.           '22'
  210.           '23')
  211.         TabOrder = 0
  212.       end
  213.       object MinuteBox: TComboBox
  214.         Left = 192
  215.         Top = 16
  216.         Width = 45
  217.         Height = 24
  218.         Style = csDropDownList
  219.         ItemHeight = 16
  220.         Items.Strings = (
  221.           '00'
  222.           '01'
  223.           '02'
  224.           '03'
  225.           '04'
  226.           '05'
  227.           '06'
  228.           '07'
  229.           '08'
  230.           '09'
  231.           '10'
  232.           '11'
  233.           '12'
  234.           '13'
  235.           '14'
  236.           '15'
  237.           '16'
  238.           '17'
  239.           '18'
  240.           '19'
  241.           '20'
  242.           '21'
  243.           '22'
  244.           '23'
  245.           '24'
  246.           '25'
  247.           '26'
  248.           '27'
  249.           '28'
  250.           '29'
  251.           '30'
  252.           '31'
  253.           '32'
  254.           '33'
  255.           '34'
  256.           '35'
  257.           '36'
  258.           '37'
  259.           '38'
  260.           '39'
  261.           '40'
  262.           '41'
  263.           '42'
  264.           '43'
  265.           '44'
  266.           '45'
  267.           '46'
  268.           '47'
  269.           '48'
  270.           '49'
  271.           '50'
  272.           '51'
  273.           '52'
  274.           '53'
  275.           '54'
  276.           '55'
  277.           '56'
  278.           '57'
  279.           '58'
  280.           '59')
  281.         TabOrder = 1
  282.       end
  283.       object TimeLabel: TPanel
  284.         Left = 8
  285.         Top = 16
  286.         Width = 112
  287.         Height = 28
  288.         Alignment = taLeftJustify
  289.         BevelOuter = bvNone
  290.         Caption = 'Time (24h format):'
  291.         TabOrder = 2
  292.       end
  293.       object SecondBox: TComboBox
  294.         Left = 248
  295.         Top = 16
  296.         Width = 45
  297.         Height = 24
  298.         Style = csDropDownList
  299.         ItemHeight = 16
  300.         Items.Strings = (
  301.           '00'
  302.           '01'
  303.           '02'
  304.           '03'
  305.           '04'
  306.           '05'
  307.           '06'
  308.           '07'
  309.           '08'
  310.           '09'
  311.           '10'
  312.           '11'
  313.           '12'
  314.           '13'
  315.           '14'
  316.           '15'
  317.           '16'
  318.           '17'
  319.           '18'
  320.           '19'
  321.           '20'
  322.           '21'
  323.           '22'
  324.           '23'
  325.           '24'
  326.           '25'
  327.           '26'
  328.           '27'
  329.           '28'
  330.           '29'
  331.           '30'
  332.           '31'
  333.           '32'
  334.           '33'
  335.           '34'
  336.           '35'
  337.           '36'
  338.           '37'
  339.           '38'
  340.           '39'
  341.           '40'
  342.           '41'
  343.           '42'
  344.           '43'
  345.           '44'
  346.           '45'
  347.           '46'
  348.           '47'
  349.           '48'
  350.           '49'
  351.           '50'
  352.           '51'
  353.           '52'
  354.           '53'
  355.           '54'
  356.           '55'
  357.           '56'
  358.           '57'
  359.           '58'
  360.           '59')
  361.         TabOrder = 3
  362.       end
  363.     end
  364.     object SetButton: TButton
  365.       Left = 9
  366.       Top = 224
  367.       Width = 136
  368.       Height = 31
  369.       Caption = '&Set'
  370.       TabOrder = 2
  371.       OnClick = SetButtonClick
  372.     end
  373.     object CancelBtn: TButton
  374.       Left = 176
  375.       Top = 224
  376.       Width = 139
  377.       Height = 31
  378.       Caption = '&Cancel'
  379.       TabOrder = 3
  380.       OnClick = CancelBtnClick
  381.     end
  382.   end
  383. end
  384.